home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 1 / MacMania 1.toast / Educational / Engines / GAS⁄PART LOAD / background_2684.txt < prev    next >
Text File  |  1989-02-19  |  3KB  |  167 lines

  1. -- background: 2684 from stack: in
  2. -- bmap block id: 20978
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 6 (field)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=117 top=36 right=61 bottom=394
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 20
  16. -- text size: 18
  17. -- style flags: 0
  18. -- line height: 24
  19. -- part name: 
  20.  
  21.  
  22. -- part 19 (button)
  23. -- low flags: 00
  24. -- high flags: C006
  25. -- rect: left=171 top=113 right=135 bottom=271
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: FULL LOAD
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   GO TO STACK"GAS/FULL LOAD"
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 20 (button)
  42. -- low flags: 00
  43. -- high flags: C006
  44. -- rect: left=171 top=131 right=153 bottom=271
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: PART LOAD
  53.  
  54.  
  55. -- part 21 (button)
  56. -- low flags: 00
  57. -- high flags: C006
  58. -- rect: left=171 top=149 right=171 bottom=267
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: NO LOAD
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   GO TO STACK "GAS/NO LOAD"
  70. end mouseUp
  71.  
  72.  
  73.  
  74. -- part 22 (button)
  75. -- low flags: 00
  76. -- high flags: C006
  77. -- rect: left=171 top=168 right=190 bottom=271
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 0 / 0
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: DISCUSSION
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   GO TO STACK"C.I./DISCUSSION"
  89. end mouseUp
  90.  
  91.  
  92.  
  93. -- part 23 (button)
  94. -- low flags: 00
  95. -- high flags: C006
  96. -- rect: left=171 top=186 right=208 bottom=271
  97. -- title width / last selected line: 0
  98. -- icon id / first selected line: 0 / 0
  99. -- text alignment: 1
  100. -- font id: 0
  101. -- text size: 12
  102. -- style flags: 0
  103. -- line height: 16
  104. -- part name: DONE
  105. ----- HyperTalk script -----
  106. on mouseUp
  107.   GO TO STACK"HOW ENGINES WORK"
  108. end mouseUp
  109.  
  110.  
  111.  
  112. -- part 24 (button)
  113. -- low flags: 00
  114. -- high flags: 8000
  115. -- rect: left=160 top=75 right=97 bottom=260
  116. -- title width / last selected line: 0
  117. -- icon id / first selected line: 0 / 0
  118. -- text alignment: 1
  119. -- font id: 0
  120. -- text size: 12
  121. -- style flags: 0
  122. -- line height: 16
  123. -- part name: RUN
  124. ----- HyperTalk script -----
  125. on MOUSESTILLDOWN
  126.   GO TO NEXT CARD
  127. END MOUSESTILLDOWN
  128.  
  129.  
  130.  
  131. -- part 25 (button)
  132. -- low flags: 00
  133. -- high flags: C006
  134. -- rect: left=277 top=113 right=135 bottom=377
  135. -- title width / last selected line: 0
  136. -- icon id / first selected line: 0 / 0
  137. -- text alignment: 1
  138. -- font id: 0
  139. -- text size: 12
  140. -- style flags: 0
  141. -- line height: 16
  142. -- part name: TURBO
  143. ----- HyperTalk script -----
  144. on mouseUp
  145.   GO TO STACK "GAS/TURBO"
  146. end mouseUp
  147.  
  148.  
  149.  
  150. -- part 26 (button)
  151. -- low flags: 00
  152. -- high flags: C006
  153. -- rect: left=234 top=31 right=53 bottom=334
  154. -- title width / last selected line: 0
  155. -- icon id / first selected line: 0 / 0
  156. -- text alignment: 1
  157. -- font id: 0
  158. -- text size: 12
  159. -- style flags: 0
  160. -- line height: 16
  161. -- part name: CARBURATOR
  162. ----- HyperTalk script -----
  163. on mouseUp
  164.   GO TO "CARB/FULL"
  165. end mouseUp
  166.  
  167.